public class DatabaseQuerySpec implements Serializable {
private String name;
private String statement;
private DatabaseCompoundType outputShape;
private DatabaseCompoundType hostVarShape;
static final long serialVersionUID = 5823869221779577202L;
private static final String copyright = "Licensed Materials -- Property of IBM\n(c) Copyright International Business Machines Corporation, 1998, 2000";
public DatabaseQuerySpec() {
}
public DatabaseQuerySpec(DatabaseQuerySpec var1) throws CloneNotSupportedException {